#home_publicity{
  width: 1190px;
  margin: 0 auto;
  padding: 20px 0;
}
#home_publicity .pub_p1{
   font-size: 50px;
   color: #fff;
   text-align: center;
   line-height: 67px;
   margin: 62px 0 27px 0;
   font-weight: 300;
}
#home_publicity .pub_p1 span{
  color: #FE841D;
}
#home_publicity .pub_p2{
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin-bottom: 54px;
  font-weight: 300;
}
#home_publicity .pub_div1{
  width:440px;
  height:19px;
  font-size:14px;
  font-family:MicrosoftYaHei;
  color:#BBBBBB;
  line-height:19px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
#home_publicity .pub_div1 a{
  color: #BBBBBB;
}
#home_publicity .pub_div1 a:hover{
  color: #fff;
}
#home_publicity .pub_div2{
  width:220px;
  height:60px;
  border-radius:30px;
  font-size:20px;
  font-family:MicrosoftYaHei;
  color:rgba(255,255,255,1);
  line-height:60px;
  margin: 0 auto;
  text-align: center;
}
#home_publicity .pub_div2 a{
  display: block;
  width:220px;
  border-radius:30px;
  height:60px;
  color: #fff;
  border:1px solid rgba(255,255,255,1);
}
#home_publicity .pub_div2 a:hover{
  background-color: #FE841D;
  border:1px solid #FE841D;
}